func path/filepath.splitList

2 uses

	path/filepath (current package)
		path.go#L238: 	return splitList(path)
		path_unix.go#L34: func splitList(path string) []string {